home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / MoneyInspector.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  1.8 KB  |  126 lines

  1. BooleanInspector = {
  2.     ACTIONS = {
  3.     changeRepresentation:;
  4.     takeRepresentationFrom:;
  5.     };
  6.     OUTLETS = {
  7.     useSwitchMatrix;
  8.     };
  9.     SUPERCLASS = GeneralTextInspector;
  10. };
  11. MoneyInspector = {
  12.     ACTIONS = {
  13.     changeChar:;
  14.     changeFormat:;
  15.     ok:;
  16.     revert:;
  17.     };
  18.     OUTLETS = {
  19.     charMatrix;
  20.     isFormattedMatrix;
  21.     box1;
  22.     formatMatrix;
  23.     charTitles;
  24.     };
  25.     SUPERCLASS = InspectorDP;
  26. };
  27. FirstResponder = {
  28.     ACTIONS = {
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32. PictureInspector = {
  33.     SUPERCLASS = Inspector;
  34. };
  35. TextInspector = {
  36.     ACTIONS = {
  37.     changeIsScrollable:;
  38.     ok:;
  39.     changeUseRTF:;
  40.     revert:;
  41.     };
  42.     OUTLETS = {
  43.     useRTFSwitch;
  44.     generalTextInspector;
  45.     isScrollableSwitch;
  46.     };
  47.     SUPERCLASS = Inspector;
  48. };
  49. MyInspectorDP = {
  50.     SUPERCLASS = InspectorDP;
  51. };
  52. GeneralTextInspector = {
  53.     ACTIONS = {
  54.     takeBorderTypeFrom:;
  55.     changeBgGray:;
  56.     changeBorderType:;
  57.     takeBgGrayFrom:;
  58.     takeAlignmentFrom:;
  59.     takeTextGrayFrom:;
  60.     changeAlignment:;
  61.     changeTextGray:;
  62.     };
  63.     OUTLETS = {
  64.     alignmentMatrix;
  65.     bgGrayMatrix;
  66.     borderTypeMatrix;
  67.     textGrayMatrix;
  68.     textInspectorView;
  69.     };
  70.     SUPERCLASS = Inspector;
  71. };
  72. GraphicInspector = {
  73.     SUPERCLASS = Inspector;
  74. };
  75. InspectorDP = {
  76.     ACTIONS = {
  77.     changeAppkitObjStyle:;
  78.     };
  79.     OUTLETS = {
  80.     messageField;
  81.     styleMatrix;
  82.     };
  83.     SUPERCLASS = Inspector;
  84. };
  85. ValueInspector = {
  86.     ACTIONS = {
  87.     changeNumDecimals:;
  88.     };
  89.     OUTLETS = {
  90.     generalTextInspector;
  91.     numDecimals;
  92.     };
  93.     SUPERCLASS = Inspector;
  94. };
  95. Inspector = {
  96.     ACTIONS = {
  97.     revert:;
  98.     ok:;
  99.     };
  100.     OUTLETS = {
  101.     slist;
  102.     panel;
  103.     controller;
  104.     graphicView;
  105.     selectedGraphic;
  106.     };
  107.     SUPERCLASS = Object;
  108. };
  109. DateInspector = {
  110.     ACTIONS = {
  111.     takeFormatFrom:;
  112.     changeFormat:;
  113.     };
  114.     OUTLETS = {
  115.     formatMatrix;
  116.     generalTextPlaceHolder;
  117.     };
  118.     SUPERCLASS = GeneralTextInspector;
  119. };
  120. MovingBox = {
  121.     OUTLETS = {
  122.     direction;
  123.     };
  124.     SUPERCLASS = Box;
  125. };
  126.